Use the ConvertJsonToXml activity

Note: Use caution when building or editing a workflow. For further advice or to arrange training, contact your professional services consultant.

The ConvertJsonToXml activity can be used to convert a JSON (JavaScript Object Notation) value to an XML (Extensible Markup Language) value.

The ConvertJsonToXml activity is located in the XML/Json section of the Tribal Toolbox.

Note: The minimum requirement for the ConvertJsonToXml activity is InputObject.

This activity contains the following relevant properties.

Section This field Holds this information...
Inputs InputString The JSON object to convert.
Misc DisplayName

The title of the activity.

Note: The DisplayName property is set to ConvertJsonToXml by default.

Outputs OutputObject The converted object.

ConvertJsonToXml properties

Clicking the ellipsis button adjacent to the relevant field opens the Expression Editor, where you can enter the relevant code in the Visual Basic (VB) format.

Note: You can use the 'TrackingMessageActivity', from the Tribal Generic section of the Tribal Toolbox, succeeding the 'ConvertJsonToXml' activity to track conversion.

Back to top